runtime.unwinder.cache (field)
6 uses
runtime (current package)
traceback.go#L117: cache pcvalueCache
traceback.go#L310: if usesLR && funcspdelta(f, frame.pc, &u.cache) == 0 {
traceback.go#L328: frame.fp = frame.sp + uintptr(funcspdelta(f, frame.pc, &u.cache))
traceback.go#L513: } else if funcspdelta(f, frame.pc, &u.cache) == 0 {
traceback.go#L633: for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
traceback.go#L990: for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); uf.valid(); uf = iu.next(uf) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |